home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / temacd / wiagra / setup.exe / {app} / libmcl-2.8.1b11.dll / RCDATA / TFRMDLGONE / TFRMDLGONE.txt
Text File  |  2003-07-03  |  1KB  |  68 lines

  1. object frmDlgOne: TfrmDlgOne
  2.   Left = 233
  3.   Top = 226
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 144
  6.   ClientWidth = 401
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 12
  17.     Top = 9
  18.     Width = 374
  19.     Height = 75
  20.     TabOrder = 0
  21.     object edValue: TEdit
  22.       Left = 294
  23.       Top = 30
  24.       Width = 64
  25.       Height = 21
  26.       Color = clBtnFace
  27.       Font.Charset = DEFAULT_CHARSET
  28.       Font.Color = clWindowText
  29.       Font.Height = -11
  30.       Font.Name = 'MS Sans Serif'
  31.       Font.Style = []
  32.       ParentFont = False
  33.       ReadOnly = True
  34.       TabOrder = 0
  35.     end
  36.     object ScrollBar1: TScrollBar
  37.       Left = 16
  38.       Top = 31
  39.       Width = 265
  40.       Height = 19
  41.       TabOrder = 1
  42.       OnChange = ScrollBar1Change
  43.     end
  44.   end
  45.   object btnOK: TBitBtn
  46.     Left = 215
  47.     Top = 102
  48.     Width = 84
  49.     Height = 28
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 1
  54.     NumGlyphs = 4
  55.   end
  56.   object btnCancel: TBitBtn
  57.     Left = 299
  58.     Top = 102
  59.     Width = 84
  60.     Height = 28
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.     NumGlyphs = 4
  66.   end
  67. end
  68.